Microwave filters GUI  2.0.3
Public Member Functions | List of all members
dbplot.MyPicker Class Reference

Class derived from Qwt.QwtPlotPicker to allow reimplementation of Qwt.QwtPlotPicker.trackerText() More...

Public Member Functions

def __init__
 Derived class constructor.
def trackerText
 Reimplementation of tracker text function, to customize tracker appereance.

Detailed Description

Class derived from Qwt.QwtPlotPicker to allow reimplementation of Qwt.QwtPlotPicker.trackerText()

Definition at line 2175 of file dbplot.py.

Constructor & Destructor Documentation

def dbplot.MyPicker.__init__ (   self,
  dbplot,
  nTab,
  args 
)

Derived class constructor.

Saves dbplot and nTab as class attributes.

Parameters
dbplot= DbPlot class instance containing the Tab where this QwtPlotPicker exists.
nTab= Tab widget index containing this QwtPlotPicker.

Definition at line 2183 of file dbplot.py.

References dbplot.MyPicker.dbplot, and dbplot.MyPicker.nTab.


The documentation for this class was generated from the following file: